/*body{
    background-color: #e9a1e9;
    color: black;
    margin: 5px 4vw 7px 4.3vw;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}
*/
body {
    background-color: #e9a1e9;
    background-image: url('FACMEDBSAS_Recortada.png');
    background-position: top;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}
p{
    color: black;
    text-align: justify;
}
h1{
    color: #2e8c95;
    font-size: 2em;
    text-align: center;
    text-transform: capitalize;
    text-decoration: underline;
}
h2{
    color: #203036;
    font-size: 1.3em;
    text-align: left;
    text-transform: capitalize;
}
img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
li{
    text-align: justify;
}
a{
    color: #0e565d;
    font-weight: bold;
}
a:hover{
    text-decoration: underline;
    color: #2e8c95;
}
#container {
  margin: 3em auto;
  width: 90%;
	max-width: 700px;
	background-color: #bbcfd7;
  color: #151515; 
  outline-color: #98b4be;
  outline-style: ridge;
  outline-width: 4px;
  outline-offset: 0;
}
#content {
  padding: 10px 5% 20px 5%;
}
.notes{
    font-family: 'Times New Roman', Times, serif;
    color: #4d4d4d;
}
.reread{
    text-decoration: underline;
    color: #b0091a;
}